home *** CD-ROM | disk | FTP | other *** search
- /* ====================
- * AEAHandlerOpenApp.cc
- * ====================
- */
-
- #include "AEADebugging.h"
-
- #include "AEAHandlerOpenApp.hh"
-
- #include "AEADescAppleEvent.hh"
-
-
- AEAHandlerOpenApp::AEAHandlerOpenApp()
- : AEAHandler(kCoreEventClass, kAEOpenApplication)
- {
- }
-
- void
- AEAHandlerOpenApp::HandleEventSelf(const AEADescAppleEvent &inAppleEvent, AEADescAppleEvent &outReply)
- {
- NotifyAppOpenAppEvent();
- }
-